home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #4 / Amiga Plus CD - 1998 - No. 4.iso / pd / hardware / scantek / rexx / st_usletter.strx < prev    next >
Text File  |  1997-04-18  |  719b  |  27 lines

  1. /*
  2.  * $VER: ST_USLetter.strx 1.0 (16.04.97) Waldemar Zöhner
  3.  *
  4.  * Requirements: ScanTek V3.0 or higher
  5.  *
  6.  * Description:  This is a ARexx script to set a specific scanning
  7.  *               frame.
  8.  *
  9.  * Uses:         RC contains the Errorlevel of each ScanTek command
  10.  *               SCANTEK.LASTERROR contains the related error string
  11.  *               RESULT contains the result of some ScanTek command
  12.  *
  13.  */
  14.  
  15. OPTIONS FAILAT 100
  16.  
  17. OPTIONS RESULTS
  18.  
  19. /* This is the primary ScanTek ARexx port */
  20. ADDRESS SCANTEK1
  21.  
  22. /* Set Frame Size                                                          */
  23. /* Template : FRAMESIZE Orig_unit X-origin Y-origin Dim_unit Width Height  */
  24. FRAMESIZE  INCH 0 0 INCH 8.5 11 IGNORE_SIZE
  25.  
  26. EXIT
  27.